home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 90 / CD Actual 90.iso / Software3D / VirtualLight / VLight1.3win32.exe / VibSDK / samples.txt next >
Encoding:
Text File  |  2002-10-07  |  1.7 KB  |  57 lines

  1. * VIRTUALIGHT 1.3 *
  2.  
  3. VIB development kit 1.0.4
  4.  
  5. Visual C++ and Borland C++ sample projects
  6. ------------------------------------------
  7.  
  8. These simple examples illustrate how to use the VIB sdk
  9. in order to write binary VIB scene files and the MSH
  10. binary primitive file format.
  11.  
  12.  
  13. Note:
  14. ░░░░
  15. The Visual C++ 6.0 LIB file is located into directory \VC6.0
  16. The Visual C++ 7.0 LIB file is located into directory \VC7.0
  17. The Borland C++ 5.6 LIB file is located into directory \BCC5.6
  18.  
  19. * Sample 1:
  20. Writes a binary VIB file describing a procedural shell
  21. made of spheres only (the shape is controled by several
  22. variables), a camera (located in space according to the
  23. shell's bounding edges), and two lights.
  24.  
  25. * Sample 2:
  26. Writes a binary VIB file describing a procedural spring
  27. object made of 4-sided polygons (the shape is controled
  28. by a few variables), a camera and one light.
  29.  
  30. * Sample 3:
  31. Based on previous sample, the procedural spring object
  32. is now made of triangular patches to get a smooth surface.
  33.  
  34. * Sample 4:
  35. Based on previous sample, this project writes a binary
  36. MSH file containing the procedural spring as a mesh of
  37. triangular patches. The mesh is also invoked from inside
  38. the MSH file (with its shader and a transformation
  39. modifier).
  40.  
  41. * Sample 5:
  42. Writes a binary VIB file describing a simple scene showing
  43. a displacement mapping test on a sphere.
  44.  
  45. * Sample 6:
  46. Writes a binary VIB file describing a blobby primitive made
  47. of 13 components (4 sphericals and 9 cylindricals).
  48.  
  49. * Sample 7:
  50. Writes a binary VIB file describing a NURBS sphere.
  51.  
  52. * Sample 8:
  53. Writes a binary VIB file describing the Newell's teapot
  54. made of 32 Bezier bicubic patches.
  55.  
  56.  
  57. Stephane Marty.